home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 11 / Cream of the Crop 11-1.iso / comm / slip_irc.zip / IRC.FAQ < prev    next >
Text File  |  1994-12-23  |  15KB  |  337 lines

  1. Archive-name: irc-faq
  2. Last-modified: 1994/12/01
  3. Version: 1.42
  4.  
  5. (1) What is IRC? 
  6.  
  7.     IRC stands for "Internet Relay Chat". It was originally
  8. written by Jarkko Oikarinen (jto@tolsun.oulu.fi) in 1988. Since starting
  9. in Finland, it has been used in over 60 countries around the world.  It
  10. was designed as a replacement for the "talk" program but has become much
  11. much more than that. IRC is a multi-user chat system, where people convene
  12. on "channels" (a virtual place, usually with a topic of conversation) to
  13. talk in groups, or privately. IRC is constantly evolving, so the way
  14. things to work one week may not be the way they work the next. Read the
  15. MOTD (message of the day) every time you use IRC to keep up on any new
  16. happenings or server updates.
  17.  
  18.     IRC gained international fame during the 1991 Persian Gulf War,
  19. where updates from around the world came accross the wire, and most irc
  20. users who were online at the time gathered on a single channel to hear
  21. these reports. IRC had similar uses during the coup against Boris Yeltsin
  22. in September 1993, where IRC users from Moscow were giving live reports
  23. about the unstable situation there.
  24.  
  25. (2) How is IRC set up?
  26.  
  27.     The user runs a "client" program (usually called 'irc') which
  28. connects to the IRC network via another program called a "server".
  29. Servers exist to pass messages from user to user over the IRC network.
  30.  
  31. (3) How do I use a client?
  32.  
  33.     First, check to see if irc is installed on your system. Type
  34. "irc" from your prompt. If this doesn't work, ask your local systems
  35. people if irc is already installed. This will save you the work of
  36. installing it yourself.
  37.  
  38.     If an IRC client isn't already on your system, you either
  39. compile the source yourself, have someone else on your machine compile
  40. the source for you, or use the TELNET client. 
  41. "telnet ircclient.itc.univie.ac.at 6668". Please only use the latter when 
  42. you have no other way of reaching IRC, as this resource is quite
  43. limited, slow, and *very* unreliable.
  44.  
  45. (4) Where can I get source for an IRC client?
  46.  
  47.     You can anonymous ftp to any of the following sites (use the
  48. one closest to you):  *** If you don't know what anonymous ftp is, ask
  49. your local systems people to show you ***
  50.  
  51. UNIX client-> cs-ftp.bu.edu /irc/clients
  52.           ftp.acsu.buffalo.edu /pub/irc
  53.           ftp.funet.fi /pub/unix/irc
  54.               coombs.anu.edu.au /pub/irc
  55.           ftp.informatik.tu-muenchen.de /pub/comp/networking/irc/clients
  56.           slopoke.mlb.semi.harris.com /pub/irc
  57. EMACS elisp-> cs-ftp.bu.edu /irc/clients/elisp
  58.           ftp.funet.fi /pub/unix/irc/Emacs
  59.               ftp.informatik.tu-muenchen.de /pub/comp/networking/irc/clients
  60.           slopoke.mlb.semi.harris.com /pub/irc/emacs
  61.               cs.hut.fi /pub/irchat
  62. X11 client->  catless.ncl.ac.uk /pub
  63.    (Zircon)   harbor.ecn.purdue.edu /pub/tcl/code
  64. VMS ->        cs-ftp.bu.edu /irc/clients/vms
  65.           coombs.anu.edu.au /pub/irc/vmsirc
  66.               ftp.funet.fi  /pub/unix/irc/vms
  67.               ftp.informatik.tu-muenchen.de /pub/net/irc
  68. REXX client for VM->    cs-ftp.bu.edu /irc/clients/rxirc
  69.                         ftp.informatik.uni-oldenburg.de /pub/irc/rxirc
  70.                         ftp.informatik.tu-muenchen.de /pub/net/irc/VM
  71.                         coombs.anu.edu.au /pub/irc/rxirc
  72.                         ftp.funet.fi /pub/unix/irc/rxirc
  73. MSDOS->         cs-ftp.bu.edu /irc/clients/pc/msdos
  74.                 ftp.funet.fi /pub/unix/irc/msdos
  75. MSWindows->    cs-ftp.bu.edu:/irc/clients/pc/windows
  76.         ftp.demon.co.uk:/pub/ibmpc/winsock/apps/wsirc
  77. OS/2->        cs-ftp.bu.edu:/irc/clients/pc/os2
  78.         hobbes.nmsu.edu:/os2/2_x/network
  79. Macintosh->     cs-ftp.bu.edu /irc/clients/macintosh
  80. ("Homer" and    mrcnext.cso.uiuc.edu /pub/info-mac/comm/tcp
  81.  "ircle")       ftp.funet.fi /pub/unix/irc/mac
  82.                 ftp.ira.uka.de /pub/systems/mac
  83.  
  84. (5) Which server do I connect my client to?
  85.  
  86.     It's usually best to try and connect to one geographically
  87. close, even though that may not be the best. You can always ask when you
  88. get on IRC. Here's a list of servers avaliable for connection:
  89.  
  90. USA:
  91.         irc.bu.edu
  92.         irc.colorado.edu
  93.         tramp.cc.utexas.edu        
  94.  
  95. Canada:
  96.         irc.mcgill.ca
  97.  
  98. Europe:
  99.         irc.funet.fi
  100.         cismhp.univ-lyon1.fr
  101.         irc.ethz.ch
  102.                 irc.nada.kth.se
  103.         sokrates.informatik.uni-kl.de
  104.                 bim.itc.univie.ac.at
  105.  
  106. Australia:
  107.         jello.qabc.uq.oz.au
  108.  
  109. Japan:
  110.         endo.wide.ad.jp
  111.  
  112. This is, by no means, a comprehensive list, but merely a start. Connect
  113. to the closest of these servers and join the channel #irchelp
  114.  
  115. (6) OK, I've got a client and I'm connected to a server, now what?
  116.  
  117.     It's probably best to take a look around and see what you want
  118. to do first. All IRC commands start with a "/", and most are one word.
  119. Typing /help will get you help information. /names will get you a list
  120. of names, etc. 
  121.  
  122. The output of /names is typically something like this->
  123.  
  124. Pub: #hack      zorgo eiji Patrick fup htoaster 
  125. Pub: #Nippon    @jircc @miyu_d 
  126. Pub: #nicole    MountainD 
  127. Pub: #hottub    omar liron beer Deadog moh pfloyd Dode greywolf SAMANTHA
  128.  
  129. (Note there are LOTS more channels than this, this is just sample
  130. output -- one way to stop /names from being too large is doing /names
  131. -min 20 which will only list channels with 20 or more people on it,
  132. but you can only do this with the ircII client).
  133.  
  134. "Pub" means public (or "visible") channel. "hack" is the channel name.
  135. "#" is the prefix. A "@" before someone's nickname indicates he/she is the
  136. "Channel operator" (see #7) of that channel. A Channel Operator is someone
  137. who has control over a specific channel. It can be shared or not as the
  138. first Channel Operator sees fit. The first person to join the channel
  139. automatically receives Channel Operator status, and can share it with
  140. anyone he/she chooses (or not).  Another thing you might see is "Prv"
  141. which means private. You will only see this if you are on that private
  142. channel. No one can see Private channels except those who are on that
  143. particular private channel.
  144.  
  145. (7) What is a channel operator? What is an IRC operator? 
  146.  
  147.     A channel operator is someone with a "@" by their nickname in
  148. a /names list, or a "@" by the channel name in /whois output. Channel
  149. operators are kings/queens of their channel. This means they can kick
  150. you out of their channel for no reason. If you don't like this, you
  151. can start your own channel and become a channel operator there. 
  152.  
  153.     An IRC operator is someone who maintains the IRC network. They
  154. cannot fix channel problems. They cannot kick someone out of a channel
  155. for you. They cannot /kill (kick someone out of IRC temporarily)
  156. someone just because you gave the offender channel operator privileges
  157. and said offender kicked *you* off.
  158.  
  159. (8) What is a "bot"? 
  160.  
  161.         "bot" is short for "robot". It is a script run from an ircII
  162. client or a separate program (in perl, C, and sometimes more obscure
  163. languages). StarOwl@uiuc.edu (Michael Adams) defined bots very well: "A
  164. bot is a vile creation of /lusers to make up for lack of penis length".
  165. IRC bots are generally not needed. See (11) below about "ownership" of
  166. nicknames and channels.
  167.  
  168.     It should be noted that many servers (especially in the USA)
  169. ban ALL bots. Some ban bots so much that if you run a bot on their server,
  170. you will be banned from using that server (see segment below on K: lines).
  171.  
  172. (9) What are good channels to try while using IRC?
  173.  
  174.     #hottub and #initgame are almost always teeming with people.
  175. #hottub is meant to simulate a hot tub, and #initgame is a non-stop game
  176. of "inits" (initials). Just join and find out! 
  177.  
  178.     To get a list of channels with their names and topics, do
  179. /list -min 30 (on ircII) which will show you channels with 30 or more
  180. members. You can also do this for smaller numbers.
  181.  
  182.     Many IRC operators are in #Twilight_Zone ... so if you join
  183. that channel and don't hear much talking, don't worry, it's not because
  184. you joined, operators don't talk much on that channel anyways!
  185.  
  186. (10) What are some of the foreign language channels on IRC? What do they
  187.      mean? 
  188.  
  189.     Some of the most popular foreign language channels include #42
  190. (which is a Finnish channel), #warung (which is a Malaysian channel. The
  191. word "warung" means "coffeehouse" or "small restaurant"), #polska (a
  192. Polish channel), #nippon (a Japanese channel, note that "funny" characters
  193. are often seen here -- this is Kanji. You will need a Kanji-compatible
  194. terminal program and Kanji-compatible irc client to converse in Kanji),
  195. #espanol (a Spanish channel), #russian (a Russian channel). 
  196.  
  197.     These are just examples -- a large percentage of languages in the
  198. world is spoken on irc *somewhere*. If your language/country isn't listed
  199. above, ask on #irchelp to see if there is a channel for it.
  200.  
  201. (11) Someone is using my nickname, can anyone do anything about it?
  202.     Someone is using my channel, can anyone do anything about it?
  203.  
  204.         Even while NickServ (see (14) below) registered nicknames, there
  205. are not enough nicknames to have nickname ownership. If someone takes
  206. your nickname while you are not on IRC, you can ask for them to give it
  207. back, but you can not *demand* it, nor will IRC operators /kill for
  208. nickname ownership. 
  209.         
  210.         There are, literally, millions of possible channel names, so if
  211. someone is on your usual channel, just go to another. You can /msg them
  212. and ask for them to leave, but you can't *force* them to leave. 
  213.  
  214. (12) There aren't any channel operators on my channel, now what? 
  215.  
  216.         Channel operators are the owner(s) of their respective channels.
  217. Keep this in mind when giving out channel operator powers (make sure to
  218. give them to enough people so that all of the channel operators don't
  219. unexpectedly leave and the channel is stuck without a channel operator).
  220.  
  221.         On the other hand, do not give out channel operator to
  222. *everyone*. This causes the possibility of mass-kicking, where the
  223. channel would be stuck without any channel operators.
  224.  
  225.     You have one option. You can ask everyone to leave and rejoin
  226. the channel. This is a good way to get channel operator back. It
  227. doesn't work on large channels or ones with bots, for obvious reasons.
  228.  
  229. (13) What if someone tells me to type something cryptic?
  230.  
  231.     Never type anything anyone tells you to without knowing what it
  232. is. There is a problem with typing certain commands with the ircII
  233. client that give anyone immediate control of your client (and thus can
  234. gain access to your account).
  235.  
  236. (14) What was NickServ?  Is NickServ ever coming back?
  237.  
  238.     NickServ was a nickname registration service run in Germany. It
  239. was a bot that told people who used a registered nickname to stop using
  240. that nickname. NickServ has been down since the Spring of 1994.
  241.  
  242.     It is not likely that NickServ will be back. 
  243.  
  244.     Remember, nicknames aren't owned.
  245.  
  246. (15) What does "*** Ghosts are not allowed on IRC." mean? 
  247.       What does "*** You are not welcome on this server." mean?
  248.  
  249.     On IRC, you cannot be banned from every single server.
  250. Server-banning exists only on a per-server basis (being banned on one
  251. server does not mean you are automatically banned from another). "Ghosts
  252. are not allowed on IRC" means that you are banned from using that server.
  253. The banning is in one of three forms:
  254.  
  255.  * You are banned specifically, you yourself.  Only you can be responsible
  256.    for this (if you are using a shared account, this obviously does not
  257.    apply). Thus the responsibility lies completely with you and you have
  258.    noone to complain to. 
  259.  
  260.  * Your machine is banned. Chances are it wasn't you who committed the
  261.    wrongdoing. Try using another machine on campus and seeing if you can
  262.    use that particular irc server then.
  263.  
  264.  * Your whole site is banned (where "site" == "school", "company",
  265.    "country"). This almost certainly wasn't your fault. And chances are
  266.    you won't be able to get the server-ban lifted. Try using another
  267.    server. 
  268.  
  269.     The most general answer is "use another server", but if it bothers
  270. you, try writing to the irc administrator of that site --> 
  271. /admin server.name.here  -- plead your case. It might even get somewhere!
  272.  
  273. (16) What does "You have new email." mean? What does it mean when I see
  274.      "[Mail: 5]" in my status bar?
  275.  
  276.     IRC does not have its own mail. However, if your client tells you
  277. that you have new email, it simply means that you have received mail in
  278. your account. Leave irc (either by suspending it or quitting it), and read
  279. the mail.
  280.  
  281.     You might also see "You have new email." when you start irc. IRC
  282. does not keep track of email between sessions, so when you start irc and
  283. have something in your mailbox, irc will tell you you have new email. 
  284.  
  285.     The "[Mail: 5]" in your status bar tells you how many email
  286. messages you have in your mailbox. Again, to access them, leave irc and
  287. read them using your normal mail reader.
  288.  
  289. (17) Where can I find GIF archives of IRC people?
  290.  
  291.         GIF archives of IRC people are available:
  292.  
  293.      ftp.funet.fi:/pub/pics/people/misc/irc (NORDUnet only)
  294.      ftp.informatik.tu-muenchen.de /pub/comp/networking/irc/RP
  295.  
  296. (18) Where can I learn more?
  297.  
  298.     The best, basic, IRC user's manual is the IRC Primer,
  299. available in plain text, PostScript, and LaTeX from
  300. cs-ftp.bu.edu:/irc/support 
  301.  
  302.     You can also join various IRC related mailing lists: 
  303.  
  304.  * "operlist" is a list that discusses current (and past) server code,
  305.    routing, and protocol. You can join by mailing
  306.    operlist-request@kei.com. 
  307.  
  308.  * "ircd-three" is a list that exists to discuss protocol revisions
  309.    for the 3.0 release of the ircd (irc server), currently in
  310.    planning.  Mail ircd-three-request@kei.com to be added.
  311.  
  312. NOTE! These are not "Help me, where can I get started?" lists. For
  313. that information, read the IRCprimer noted above. 
  314.  
  315.     Those looking for more technical information can get the IRC
  316. RFC (rfc1459) available at all RFC ftp sites, as well as
  317. cs-ftp.bu.edu:/irc/support/rfc1459.txt
  318.  
  319. (19) Where can I get an updated copy of this FAQ? 
  320.  
  321. this FAQ is available from several sources:
  322.  
  323.     cs-ftp.bu.edu:/irc/support/alt-irc-faq
  324.     ftp.kei.com:/pub/irc/alt-irc-faq
  325.  
  326. The latest copy will always be posted to these two ftp sites.
  327.  
  328. (20) What do I do if I'm still confused or have additions to this posting?
  329.  
  330.     email hrose@kei.com or ask for help (in #irchelp) on IRC.
  331.  
  332. -- 
  333. Helen Trillian Rose                 <hrose@kei.com, hrose@bu.edu>
  334. Kapor Enterprises, Inc.                Check out my homepage! -->
  335. Systems and Networks Administration     http://www.kei.com/homepages/hrose.html
  336. I like: DL, WN, Boeing            I don't like: NW, HP, Airbus
  337.